models

Undocumented in source.

Members

Aliases

AllModels
alias AllModels = Filter!(isModel, staticMap!(getModuleMember, Filter!(filterSelf, __traits(allMembers, mixin (__MODULE__)))))
Undocumented in source.
BarStyle
alias BarStyle = BoxStyle
Undocumented in source.
typeOf
alias typeOf(alias T) = typeof(T)
Undocumented in source.

Enums

AlignContent
enum AlignContent
Undocumented in source.
AlignItems
enum AlignItems
Undocumented in source.
AlignSelf
enum AlignSelf
Undocumented in source.
BoxStyle
enum BoxStyle
Undocumented in source.
ButtonStyle
enum ButtonStyle
Undocumented in source.
JustifyContent
enum JustifyContent
Undocumented in source.
Orientation
enum Orientation
Undocumented in source.
Overflow
enum Overflow
Undocumented in source.
Visibility
enum Visibility
Undocumented in source.
filterSelf
eponymoustemplate filterSelf(string name)
Undocumented in source.
isModel
eponymoustemplate isModel(alias T)
Undocumented in source.
isModel
eponymoustemplate isModel(T)
Undocumented in source.

Functions

fromJSONValue
T fromJSONValue(JSONValue value)
Undocumented in source. Be warned that the author may not have intended to support it.
makeReference
auto makeReference(string commId)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
JSONValue serialize(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
toJSONValue
JSONValue toJSONValue(T field)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(T state, JSONValue newState, JSONValue buffer_paths)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

BoundedFloatTextModel
struct BoundedFloatTextModel
Undocumented in source.
BoundedIntTextModel
struct BoundedIntTextModel
Undocumented in source.
ButtonModel
struct ButtonModel
Undocumented in source.
ButtonStyleModel
struct ButtonStyleModel
Undocumented in source.
CheckboxModel
struct CheckboxModel
Undocumented in source.
ColorPickerModel
struct ColorPickerModel
Undocumented in source.
ControllerAxisModel
struct ControllerAxisModel
Undocumented in source.
ControllerButtonModel
struct ControllerButtonModel
Undocumented in source.
DescriptionStyleModel
struct DescriptionStyleModel
Undocumented in source.
DropdownModel
struct DropdownModel
Undocumented in source.
FloatLogSliderModel
struct FloatLogSliderModel
Undocumented in source.
FloatProgressModel
struct FloatProgressModel
Undocumented in source.
FloatRangeSliderModel
struct FloatRangeSliderModel
Undocumented in source.
FloatSliderModel
struct FloatSliderModel
Undocumented in source.
FloatTextModel
struct FloatTextModel
Undocumented in source.
HTMLMathModel
struct HTMLMathModel
Undocumented in source.
HTMLModel
struct HTMLModel
Undocumented in source.
IntProgressModel
struct IntProgressModel
Undocumented in source.
IntRangeSliderModel
struct IntRangeSliderModel
Undocumented in source.
IntSliderModel
struct IntSliderModel
Undocumented in source.
IntTextModel
struct IntTextModel
Undocumented in source.
LabelModel
struct LabelModel
Undocumented in source.
LayoutModel
struct LayoutModel
Undocumented in source.
OutputModel
struct OutputModel
Undocumented in source.
PasswordModel
struct PasswordModel
Undocumented in source.
PlayModel
struct PlayModel
Undocumented in source.
ProgressStyleModel
struct ProgressStyleModel
Undocumented in source.
RadioButtonsModel
struct RadioButtonsModel
Undocumented in source.
Reference
struct Reference(T)
Undocumented in source.
SelectModel
struct SelectModel
Undocumented in source.
SelectMultipleModel
struct SelectMultipleModel
Undocumented in source.
SelectionRangeSliderModel
struct SelectionRangeSliderModel
Undocumented in source.
SelectionSliderModel
struct SelectionSliderModel
Undocumented in source.
SliderStyleModel
struct SliderStyleModel
Undocumented in source.
TextModel
struct TextModel
Undocumented in source.
TextareaModel
struct TextareaModel
Undocumented in source.
ToggleButtonModel
struct ToggleButtonModel
Undocumented in source.
ToggleButtonsModel
struct ToggleButtonsModel
Undocumented in source.
ToggleButtonsStyleModel
struct ToggleButtonsStyleModel
Undocumented in source.
ValidModel
struct ValidModel
Undocumented in source.

Templates

getReferenceModels
template getReferenceModels(T)
Undocumented in source.

Meta